If your code does not require a doubly linked list you may want to reconsider using 如果代碼不要求雙向鏈接表,可能需要重新考慮使用
Doubly linked list 雙向鏈表
Is a doubly linked list , so element insertion is fast at the head , tail , and at a known position 是雙向鏈接表,因此頭、尾和表中已知位置(
Because doubly linked list can dynamically distribute store place , it is used in storing the offsets data of ship . through adding and deleting the node , we can easily add the offsets data and modify the model 系統(tǒng)采用雙鏈表來(lái)存儲(chǔ)船體的型值點(diǎn)數(shù)據(jù),之所以采用雙鏈表,是因?yàn)槠淇梢詣?dòng)態(tài)分配存儲(chǔ)空間,同時(shí)可以很方便地增刪節(jié)點(diǎn),從而進(jìn)行船舶型值點(diǎn)加密以及模型修改。